home *** CD-ROM | disk | FTP | other *** search
/ Commodore 64 Scene Diskmags Assortment / ML_Class_1990_Venom.d64 / source 1.0 (.txt) < prev    next >
Commodore BASIC  |  2023-02-26  |  102b  |  8 lines

  1. 100 * = $1000
  2. 110 lda <text
  3. 120 ldy >text
  4. 130 jsr $ab1e
  5. 140 rts
  6. 150 text :b "it worked"
  7. 160 :b 00
  8.